home *** CD-ROM | disk | FTP | other *** search
/ Amiga Games: 500 MB Amiga Software / 500 MB Amiga Software - Euber 130 - Amiga Games Disc & Mag.iso / userbox / publicdomain / datatypes / multiprint / source / multiprint_texts.h < prev    next >
C/C++ Source or Header  |  1995-08-08  |  3KB  |  112 lines

  1. #ifndef MULTIPRINT_TEXTS_H
  2. #define MULTIPRINT_TEXTS_H
  3.  
  4.  
  5. /****************************************************************************/
  6.  
  7.  
  8. /* This file was created automatically by CatComp.
  9.  * Do NOT edit by hand!
  10.  */
  11.  
  12.  
  13. #ifndef EXEC_TYPES_H
  14. #include <exec/types.h>
  15. #endif
  16.  
  17. #ifdef CATCOMP_ARRAY
  18. #undef CATCOMP_NUMBERS
  19. #undef CATCOMP_STRINGS
  20. #define CATCOMP_NUMBERS
  21. #define CATCOMP_STRINGS
  22. #endif
  23.  
  24. #ifdef CATCOMP_BLOCK
  25. #undef CATCOMP_STRINGS
  26. #define CATCOMP_STRINGS
  27. #endif
  28.  
  29.  
  30. /****************************************************************************/
  31.  
  32.  
  33. #ifdef CATCOMP_NUMBERS
  34.  
  35. #define MSG_PRINTING_FILE 4000
  36. #define MSG_NO_PRINTING_SUPPORTED 4001
  37. #define PRERR_NOERR 5000
  38. #define PRERR_CANCEL 5001
  39. #define PRERR_NOTGRAPHICS 5002
  40. #define PRERR_OBS1 5003
  41. #define PRERR_BADDIMENSION 5004
  42. #define PRERR_OBS2 5005
  43. #define PRERR_INTERNALMEMORY 5006
  44. #define PRERR_BUFFERMEMORY 5007
  45.  
  46. #endif /* CATCOMP_NUMBERS */
  47.  
  48.  
  49. /****************************************************************************/
  50.  
  51.  
  52. #ifdef CATCOMP_STRINGS
  53.  
  54. #define MSG_PRINTING_FILE_STR "Printing file %s ..."
  55. #define MSG_NO_PRINTING_SUPPORTED_STR "The datatype for %s doesn't support printing !\n"
  56. #define PRERR_NOERR_STR "Done !\n"
  57. #define PRERR_CANCEL_STR "Canceled !\n"
  58. #define PRERR_NOTGRAPHICS_STR "Printer cannot output graphics !\n"
  59. #define PRERR_OBS1_STR "Obsolete !\n"
  60. #define PRERR_BADDIMENSION_STR "Print dimensions are illegal !\n"
  61. #define PRERR_OBS2_STR "Obsolete !\n"
  62. #define PRERR_INTERNALMEMORY_STR "Not enough memory !\n"
  63. #define PRERR_BUFFERMEMORY_STR "Not enough memory !\n"
  64.  
  65. #endif /* CATCOMP_STRINGS */
  66.  
  67.  
  68. /****************************************************************************/
  69.  
  70.  
  71. #ifdef CATCOMP_BLOCK
  72.  
  73. static const char CatCompBlock[] =
  74. {
  75.     "\x00\x00\x0F\xA0\x00\x16"
  76.     MSG_PRINTING_FILE_STR "\x00\x00"
  77.     "\x00\x00\x0F\xA1\x00\x30"
  78.     MSG_NO_PRINTING_SUPPORTED_STR "\x00"
  79.     "\x00\x00\x13\x88\x00\x08"
  80.     PRERR_NOERR_STR "\x00"
  81.     "\x00\x00\x13\x89\x00\x0C"
  82.     PRERR_CANCEL_STR "\x00"
  83.     "\x00\x00\x13\x8A\x00\x22"
  84.     PRERR_NOTGRAPHICS_STR "\x00"
  85.     "\x00\x00\x13\x8B\x00\x0C"
  86.     PRERR_OBS1_STR "\x00"
  87.     "\x00\x00\x13\x8C\x00\x20"
  88.     PRERR_BADDIMENSION_STR "\x00"
  89.     "\x00\x00\x13\x8D\x00\x0C"
  90.     PRERR_OBS2_STR "\x00"
  91.     "\x00\x00\x13\x8E\x00\x16"
  92.     PRERR_INTERNALMEMORY_STR "\x00\x00"
  93.     "\x00\x00\x13\x8F\x00\x16"
  94.     PRERR_BUFFERMEMORY_STR "\x00\x00"
  95. };
  96.  
  97. #endif /* CATCOMP_BLOCK */
  98.  
  99.  
  100. /****************************************************************************/
  101.  
  102.  
  103. struct LocaleInfo
  104. {
  105.     APTR li_LocaleBase;
  106.     APTR li_Catalog;
  107. };
  108.  
  109.  
  110.  
  111. #endif /* MULTIPRINT_TEXTS_H */
  112.